Skip to content

Bump google.golang.org/grpc to v1.82.1 to fix GHSA-hrxh-6v49-42gf - #786

Open
plural-copilot[bot] wants to merge 1 commit into
mainfrom
agent/bump-grpc-1-82-1-ghsa-hrxh-6v49-42gf-1753360785000
Open

Bump google.golang.org/grpc to v1.82.1 to fix GHSA-hrxh-6v49-42gf#786
plural-copilot[bot] wants to merge 1 commit into
mainfrom
agent/bump-grpc-1-82-1-ghsa-hrxh-6v49-42gf-1753360785000

Conversation

@plural-copilot

Copy link
Copy Markdown
Contributor

Summary

  • bump google.golang.org/grpc from v1.82.0 to v1.82.1
  • fix GHSA-hrxh-6v49-42gf (grpc-go xDS RBAC + HTTP/2 Rapid Reset bypass)
  • refresh Go module metadata in go.sum

This fixes a vulnerability surfaced by Trivy scanning of the plural CLI binary bundled in the pluralsh/console container image (ghcr.io/pluralsh/console).

Plural Service: mgmt/console

Verification

  • ran go get google.golang.org/grpc@v1.82.1
  • ran go mod tidy
  • ran go build -buildvcs=false ./... in a Go 1.26.5 Docker environment
  • ran a Dockerfile image build to validate the repository still builds with the updated module set

Notes

After merge, a new plural-cli release and console image rebuild will be needed to actually deploy the fix. That follow-up (image rebuild / GitOps tag bump) is out of scope for this PR and will be handled separately once the new CLI binary is released.

@plural-copilot plural-copilot Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR was generated by the codex Plural Agent Runtime. Here's some useful information you might want to know to evaluate the ai's perfomance:

Name Details
💬 Prompt ...
🔗 Run history View run history

@greptile-apps

greptile-apps Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps google.golang.org/grpc from v1.82.0 to v1.82.1 to fix GHSA-hrxh-6v49-42gf (xDS RBAC + HTTP/2 Rapid Reset bypass). The change is minimal and surgical.

  • go.mod updates the single direct dependency version pin.
  • go.sum refreshes the module content hash for v1.82.1; the go.mod hash line is identical between the two patch versions (expected, since grpc's own go.mod did not change), and no other entries in the lock file were touched.

Confidence Score: 5/5

Safe to merge — the change is a single-line version bump of one dependency to a published patch release.

Only two files change: the grpc version pin in go.mod and the matching hash in go.sum. The go.sum hashes are consistent with a real patch release (module-content hash updated, go.mod hash unchanged, no other entries disturbed). No application code is touched.

No files require special attention.

Important Files Changed

Filename Overview
go.mod Bumps google.golang.org/grpc from v1.82.0 to v1.82.1 to address GHSA-hrxh-6v49-42gf; change is minimal and correct.
go.sum go.sum updated with correct h1 hash for grpc v1.82.1; go.mod hash is unchanged (expected for a patch release that doesn't alter go.mod), and all other entries are untouched.

Reviews (1): Last reviewed commit: "fix: bump google.golang.org/grpc to v1.8..." | Re-trigger Greptile

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgoogle.golang.org/​grpc@​v1.82.0 ⏵ v1.82.175 +1100 +16100100100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants